SetValue<T> Method

Summary
Sets the property values and fires a notify property change event if required.
Syntax
C#
C++/CLI
protected virtual void SetValue<T>( 
   ref T destination, 
   T value, 
   string name 
) 
protected: 
void SetValuegeneric<typename T> 
(  
   _T^_% destination, 
   _T^_ value, 
   String^ name 
)  

Parameters

destination
The output variable to be updated with the new value.

value
The value of the property.

name
The name of the property.

Type Parameters

T

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.